feat: add setting to display typed words differently (@fehmer)#7360
Merged
feat: add setting to display typed words differently (@fehmer)#7360
Conversation
Contributor
|
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
Miodec
pushed a commit
that referenced
this pull request
Feb 28, 2026
) fix the limitation of dots effect wouldn't work correctly for ligature-based languages cuz connected letters cannot be rendered as individual dots. before it was not worth the fix for the theme only now after the new typed effect feat #7360 i think this needed. * introduces a small helper that breaks ligatures only after a word is finished, allowing the dots effect to render correctly while keeping ligatures intact during typing. * runs only when needed (on word completion or when the typed effect is switched to dots) and avoids any continuous checks or performance overhead. related #6472
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: the dark note theme had the dots feature enabled by default. Users using this theme need to enable the setting manually.